home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / System / Datatypes / IconDT44 / Install < prev   
Encoding:
Text File  |  2001-02-27  |  454 b   |  22 lines

  1. ; $VER: Installer script for the icon.datatype v44, © 1999 by Stephan Rupprecht
  2.  
  3. (set @default-dest "DEVS:Datatypes/")
  4.  
  5. (copyfiles    
  6.     (source    "")
  7.     (dest @default-dest)
  8.     (pattern "(icon|icon.info)")
  9.     (help @copyfiles-help)
  10.     (prompt    "Copy descriptor file")
  11.     (confirm)
  12. )
  13.  
  14. ; copylib doesn`t work, wrong version is shown!
  15. (copyfiles
  16.     (source    "icon.datatype")
  17.     (dest "SYS:Classes/datatypes/")
  18.     (help @copyfiles-help)
  19.     (prompt    "Copy icon.datatype")
  20.     (confirm)
  21. )
  22.